home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 39 / Amiga Format CD39 (1999-04-13)(Future Publishing)(GB)[!][issue 1999-05].iso / -seriously_amiga- / wb / selector / bro / goparent < prev    next >
AmigaDOS Script File  |  1999-03-02  |  192b  |  14 lines

  1. .key dir
  2. .bra {
  3. .ket }
  4.  
  5. setenv line "{dir}"
  6. change >nil: file env:line from "/" to "" last 1
  7. set opa `filename -pathonly "$line"`
  8.  
  9. execute sel:bro/makebrowser "$opa"
  10.  
  11. unsetenv line
  12. unset opa
  13.  
  14.